Spinlock profiling (enable in build with lock_profile=y)
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 14 Oct 2009 08:07:51 +0000 (09:07 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 14 Oct 2009 08:07:51 +0000 (09:07 +0100)
commit0482af4d96d0a48c0e7eb9f9033408c014de9a4d
treecd5f29e8439383e5ed3ca6b6a3aa8a10c2ca06b6
parentc637aa4f78d48ffcd39b8352a7fd325add0f89f9
Spinlock profiling (enable in build with lock_profile=y)

Adds new tool xenlockprof to run from dom0.

From: Juergen Gross <juergen.gross@ts.fujitsu.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
14 files changed:
tools/libxc/xc_misc.c
tools/libxc/xenctrl.h
tools/misc/Makefile
tools/misc/xenlockprof.c [new file with mode: 0644]
xen/Rules.mk
xen/arch/x86/domain.c
xen/arch/x86/xen.lds.S
xen/common/domain.c
xen/common/keyhandler.c
xen/common/spinlock.c
xen/common/sysctl.c
xen/include/public/sysctl.h
xen/include/xen/sched.h
xen/include/xen/spinlock.h